Fix description of nuketypes example.
authoroliskoli <oliskoli>
Tue, 13 Jun 2006 22:19:20 +0000 (22:19 +0000)
committeroliskoli <oliskoli>
Tue, 13 Jun 2006 22:19:20 +0000 (22:19 +0000)
xmldoc/filters/nuketypes.xml

index c0a26c40a3b37ab2e9c42258ee9915e07d1253b5..824f20d560254b3905f7667590b60395553c6557 100644 (file)
@@ -8,9 +8,9 @@ removing all the data of any or all of those three types.
 <para>
 If you have a GPX file that contains routes, tracks, and
 waypoints and you want a GPX file that contains only tracks,
-you may use this filter to remove the waypoints with this command:
+you may use this filter to remove the waypoints and the routes 
+with this command:
 </para>
 <screen format="linespecific">gpsbabel -i gpx -f bigfile.gpx -x nuketypes,waypoints,routes -o gpx -F tracksonly.gpx</screen>
 </example>
-
-      
+